关于 unsigned int 比较大小
unsigned int 的所有数都是 >=0 的。比如 unsigned int 的 -2 也是 > 0 的,所以不能用自己常用的 upt( ) { if( x<0 ) x+=mo ...
unsigned int 的所有数都是 >=0 的。比如 unsigned int 的 -2 也是 > 0 的,所以不能用自己常用的 upt( ) { if( x<0 ) x+=mo ...
在电脑上装了一个Ubuntu-20.04。上面几乎啥软件也没有,所以装Emacs的时候有很多依赖的软件需要装,有点麻烦。下面是中途开始记录的日志。 emacs-> X -> gtk+-3 ...